Fix non-deterministic --cfg feature flag list generation
authorAndrew Watts <a@andwur.com>
Fri, 21 Apr 2017 06:11:01 +0000 (15:41 +0930)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 16 May 2017 15:07:07 +0000 (08:07 -0700)
commit3bf85bb07fda4d907adb90cf447cf6f555c75af7
tree9520790cb237f866eb9f8ac322840ce0c00dbeb0
parent130eaed72175148b36bcd4a469426fb53660e672
Fix non-deterministic --cfg feature flag list generation

The resolved features were returned in a HashSet and then iterated over,
which returns the feature names in arbitrary order.

See #3895
src/cargo/ops/cargo_rustc/mod.rs